home *** CD-ROM | disk | FTP | other *** search
- -- card: 6116 from stack: in.0
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 3170
- -- name:
-
-
- -- part contents for background part 9
- ----- text -----
- Function:
-
- -- part contents for background part 4
- ----- text -----
- returns a status value. If the value is negative, an error occurred. If the value is 0 or positive, it has the following meaning:
-
- 0 - audio pause in operation
- 1 - audio play in progress
- 2 - audio muting on
- 3 - audio play operation completed
- 4 - error occurred during audio play operation
- 5 - you aren’t currently playing
-
- you use this call to figure out when to terminate a loop, such as
-
- repeat while CDStatus() is 1
- put “Playing” in field “status”
- end repeat
- put “stopped” in field “status”
-
-
- -- part contents for background part 1
- ----- text -----
- CDStatus()
-
- -- part contents for background part 2
- ----- text -----
- returns the status of the CD drive